Intersoft WebTextEditor Documentation
Custom ToolBar
See Also Send Feedback
Intersoft WebTextEditor > WebTextEditor > ToolBar > Custom ToolBar

Glossary Item Box

Custom toolbar can be added to WebTextEditor using various approaches:

 

Programmatically

To add custom toolbar programmatically, use LoadToolBarsStructureFromXml method to load the xml file definition.

 

protected void Page_Load(object sender, EventArgs e)
 {
        WebTextEditor1.LoadToolBarsStructureFromXml(Server.MapPath("~/xml/new.xml"));
 }

In This Section

How-to: Add Custom ToolBar using XML File

How-to: Save and Load ToolBar Structure

See Also

©2013. All Rights Reserved.